object FrmSpellOptions: TFrmSpellOptions Left = 213 Top = 82 Width = 411 Height = 448 Caption = 'Spelling & Grammer' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = 8 Top = 8 Width = 385 Height = 377 ActivePage = TabSheet1 TabOrder = 0 object TabSheet1: TTabSheet Caption = 'Spelling && Grammer' object Bevel1: TBevel Left = 64 Top = 24 Width = 289 Height = 9 Shape = bsTopLine end object Label1: TLabel Left = 18 Top = 18 Width = 37 Height = 13 Caption = 'Spelling' end object Label2: TLabel Left = 18 Top = 242 Width = 42 Height = 13 Caption = 'Grammer' end object Bevel2: TBevel Left = 64 Top = 248 Width = 289 Height = 9 Shape = bsTopLine end object Label3: TLabel Left = 34 Top = 210 Width = 86 Height = 13 Caption = '&Custom dictionary:' end object SpeedButton1: TSpeedButton Left = 333 Top = 208 Width = 15 Height = 22 Caption = ':' OnClick = SpeedButton1Click end object BtnReCheck: TButton Left = 8 Top = 316 Width = 105 Height = 25 Caption = '&Rechec&k Document' TabOrder = 0 OnClick = BtnReCheckClick end object ChkUpp: TCheckBox Left = 32 Top = 64 Width = 153 Height = 17 Caption = 'Ignore all &UPPERCASE' TabOrder = 1 end object ChkSuggest: TCheckBox Left = 32 Top = 88 Width = 153 Height = 17 Caption = 'A&lways suggest corrections' TabOrder = 2 end object ChkIgnoreNum: TCheckBox Left = 32 Top = 112 Width = 153 Height = 17 Caption = 'Ignore num&bers' TabOrder = 3 end object ChkIgnoreBrack: TCheckBox Left = 32 Top = 136 Width = 153 Height = 17 Caption = 'Ignore b&rackets' TabOrder = 4 end object ChkIgnoreFile: TCheckBox Left = 32 Top = 160 Width = 153 Height = 17 Caption = 'Ignore &filenames' TabOrder = 5 end object ChkIgnoreNet: TCheckBox Left = 32 Top = 184 Width = 153 Height = 17 Caption = 'Ignore &Internet addresses' TabOrder = 6 end object EdCustomDic: TEdit Left = 128 Top = 208 Width = 201 Height = 21 TabStop = False CharCase = ecUpperCase Color = clBtnFace TabOrder = 7 end object ChkDupSpace: TCheckBox Left = 32 Top = 264 Width = 169 Height = 17 Caption = 'Check for duplicate s&paces' TabOrder = 8 end object ChkDupWord: TCheckBox Left = 32 Top = 288 Width = 169 Height = 17 Caption = 'Check for duplicate &words' TabOrder = 9 end object ChkMain: TCheckBox Left = 32 Top = 40 Width = 185 Height = 17 Caption = 'Suggest from main dictionary only' TabOrder = 10 end end end object BtnOK: TButton Left = 232 Top = 392 Width = 75 Height = 25 Caption = '&OK' TabOrder = 1 OnClick = BtnOKClick end object BtnClose: TButton Left = 320 Top = 392 Width = 75 Height = 25 Cancel = True Caption = 'Close' TabOrder = 2 OnClick = BtnCloseClick end end